@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 99999;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);}
.Header-wrapper:after{display: none;content: "";width: 100%;height: 1px;background: #dadada;position: absolute;left: 0;bottom: 0;z-index: 99;}
.Header-container{width: 100%;padding: 0 100px;}
.winter .Header-navbarbox{display: block !important;}

.Header-logo{float: left;position: relative;z-index: 999;}
.Header-logo a{height: 90px;line-height: 90px;float: left;user-select: none;display: flex;align-items: center;}
.Header-logo a img{display: block;}
.Header_tel{ float: right; font-size: 16px; padding-left:50px; background: url(../images/ttel.png) no-repeat left center; margin-top: 20px;}
.Header_tel span{font-size: 20px; font-weight: bold; color: #00659c; }
.Header-search{float: right;}
.Header-search-click{width: 48px;height: 90px;background:transparent url('../images/public/search.png') no-repeat center;cursor: pointer;user-select: none;}
.Header-search-click.ontrue{background:transparent url('../images/public/close.png') no-repeat center;}

.Header-navbar{float: right;margin-right: 20px;font-size: 0;}
.Header-navbar li{display: inline-block;position: relative;}
.Header-Menu{display: block;height: 90px;width: 104px;text-align: center;line-height: 90px;font-size: 15px;color: #1a1a1a;transition: all .2s ease;font-weight: 700;position: relative;}
.Header-Menu:after{content: "";position: absolute;width: 100%;height: 0;bottom: 0;left: 0;background: #00659c;transition: all .2s ease;z-index: -1;}
.Header-navbar ul li.ontrue .Header-Menu, .Header-navbar ul li:hover .Header-Menu{color: #fff;}
.Header-navbar ul li.ontrue .Header-Menu:after, .Header-navbar ul li:hover .Header-Menu:after{height: 100%;}

.Header-search-message{width: 100%;height: 90px;position: absolute;z-index: 99;background: #fff;right: 0;top: 0;display: none;}
.Header-search-words{width: 100%;padding: 0 100px;}
.Header-search-wordsform{float: right;height: 90px;line-height: 90px;font-size: 0;}
.Header-search-submit{width: 48px;height: 90px;background: url('../images/public/search.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;}
.Header-search-wordsform input{width: 580px;height: 40px;display: inline-block;vertical-align: middle;outline: none;border: none;font-size: 15px;color: #1a1a1a;margin-right: 40px;border-bottom: 1px solid #dadada;}
.Header-search-close{width: 54px;height: 90px;background: url('../images/public/close.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;user-select: none;}

.H-lang {position: relative;float: right;font-size: 0;}
.H-lang-span{display: inline-block;height: 16px;width: 1px;vertical-align: middle;background: #1a1a1a;transform: rotate(26deg);margin: 0 3px;}
.H-lang .Hlang-menu {display: inline-block;vertical-align: middle;width: 20px;height: 100%;transition: none;-webkit-transition: none;font-size: 15px;font-weight: 700;text-align: center;color: #1a1a1a;line-height: 90px;}
.H-lang .Hlang-menu i{width: 20px;height: 20px;background-repeat: no-repeat;background-image: url('../images/public/lang.png');display: none;vertical-align: middle;margin-right: 4px;}
.H-lang .Hlang-menu span{transition: all .4s ease;}
.H-lang .Hlang-menu:hover{color: #00659c;}
.H-lang .Hlang-menu.ontrue{color: #00659c;}

.Header-oa{display: block;float: right;height: 90px;margin: 0 12px 0 24px;line-height: 90px;font-size: 15px;font-weight: 700;color: #1a1a1a;transition: all .4s ease;}
.Header-oa:hover{color: #00659c;}

/* 下拉 */
.Header-arr{display: none;}
.Header-sonMenu{position: absolute;left: 50%;top: 90px;width: 1400px;margin-left: -700px;text-align: center;background: transparent;}
.Header-sonMenu:after{content: '';width: 200vw;height: 100%;position: absolute;background: rgba(6, 25, 46, .6);left: -80vw;top: 0;z-index: 1;}
.Header-sonMenu-link{width: 100%;display: none;}
.Header-sonMenu a{font-size: 15px;display: inline-block;min-width: 104px;padding: 0 10px;color: #fff;font-weight: 700;transition: all .4s ease;line-height: 62px;position: relative;z-index: 2;}
.Header-sonMenu a:hover{color: #4ac8ff;}

/* 手机汉堡键 */
.Header-navclick{height: 60px;cursor: pointer;float: right;user-select: none;display: none;width: 20px;margin-left: 8px;}
.Header-navclick span{width: 100%;height: 2px;background: #1a1a1a;display: block;position: relative;margin-top: 29px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0); }
    100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0); }
    100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}

/* 底部 */
.Footer-wrapper{width: 100%;background: #1262b4;padding: 48px 0 40px;}
.Footer-container{width: 1400px;margin: 0 auto}
.Footer-infonav{width: 100%;}
.Footer-info{width: 420px;float: right;}
.Footer-infolink{width: 100%;font-size: 0;}
.Footer-infolink a{display: inline-block;height: 34px;line-height: 34px;width: 102px;text-align: center;margin: 0 2px;background: rgba(255, 255, 255, .03);font-size: 15px;color: rgba(255, 255, 255, .6);transition: all .4s ease;}
.Footer-infolink a:first-child{margin-left: 0;}
.Footer-infolink a:last-child{margin-right: 0;}
.Footer-infolink a:hover{background: rgba(255, 255, 255, .1);color: #fff;}
.Footer-inforel{width: 100%;margin-top: 34px;}
.Footer-inforel-wd{width: 100%;text-align: right;}
.Footer-inforel-wd p{font-size: 16px;color: rgba(255, 255, 255, .6);}
.Footer-inforel-wd p span{color: #fff;font-size: 22px;font-family: 'MONTSERRAT_BOLD';}
.Footer-inforel-ewm{width: 120px;margin-top: 36px;text-align: center;float: right;}
.Footer-inforel-ewm img{width: 120px;object-fit: cover;}
.Footer-inforel-ewm p{font-size: 15px;color: #fff;opacity: .6;margin-top: 16px;}
.Footer-navbar{width: calc(100% - 420px);float: left;position: relative;padding-right: 68px;}
.Footer-navbar ul li{float: left;}
.Footer-navbar ul li:nth-child(1){width: 15.5%;}
.Footer-navbar ul li:nth-child(2){width: 17.5%;}
.Footer-navbar ul li:nth-child(3){width: 22%;}
.Footer-navbar ul li:nth-child(4){width: 15%;}
.Footer-navbar ul li:nth-child(5){width: 15%;}
.Footer-navbar ul li:nth-child(6){width: 15%;}
.Footer-navclick{width: 100%;position: relative;}
.Footer-navclick a{font-size: 15px;color: #fff;display: block;width: 100%;height:34px;line-height: 34px;font-weight: 700;}
.Footer-navclick i{width: 34px;height: 34px;display: none;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/public/iconArr.png') no-repeat center center /14px auto;}
.Footer-navclick i.ontrue{transform: rotate(180deg);}
.Footer-navwords{width: 100%;overflow: hidden;margin-top: 14px;}
.Footer-navwords a{display: block;padding: 4px 0;font-size: 15px;color: #fff;transition: all .4s ease-in-out;font-weight: 300;opacity: .6;}
.Footer-navwords a:hover{opacity: 1;}
.Footer-copyright{width: 100%;margin-top: 36px;font-size: 14px;color: #fff;}
.Footer-copyright h6, .Footer-copyright p{opacity: .5;padding-top: 16px;position: relative;line-height: 1.4em;}
.Footer-copyright h6{float: left;}
.Footer-copyright p{float: right;}
.Footer-copyright p:after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 1px;background: #fff;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 90px;}
.contain{width: 1400px;margin: 0 auto;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-container, .Header-search-words{padding: 0 4%;}
    .Header-sonMenu{width: 1100px;margin-left: -550px;}
    .Footer-container, .contain{width: 92%;}
    .Footer-navbar{padding-right: 58px;}
    .Header-oa {margin: 0 10px 0 20px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-sonMenu {width: 900px;margin-left: -450px;}
    .Header-Menu{width: 100px;}
    .Header-sonMenu a {min-width: 100px;}
    .Footer-navbar{padding-right: 48px;}
    .Header-oa {margin: 0 8px 0 18px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar{margin-right: 16px;}
    .Header-sonMenu {width: 800px;margin-left: -400px;}
    .Header-Menu{width: 92px;}
    .Header-sonMenu a {min-width: 96px;}
    .Footer-navbar {padding-right: 28px;}
    .Header-oa {margin: 0 6px 0 16px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navbar{margin-right: 12px;}
    .Header-search-wordsform input{width: 500px;}
    .Header-Menu {width: auto;padding: 0 10px;}
    .Header-sonMenu {width: 200px;margin-left: -100px;}
    .Header-sonMenu a{width: 100%;line-height: 44px;}
    .Header-sonMenu-link{padding: 10px 0 18px;}
    .Footer-navbar {padding-right: 0;width: 100%;margin-top: 32px;}
    .Footer-info{width: 100%;}
    .Footer-infolink{text-align: center;}
    .Footer-inforel-wd{text-align: center;}
    .Footer-inforel-ewm{width: 100%;text-align: center;margin-top: 28px;}
    .Footer-inforel {margin-top: 24px;}
    .Header-oa {margin: 0 2px 0 10px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-Menu {padding: 0 4px;}
    .Header-sonMenu a {line-height: 40px;}
    .Header-navbar{margin-right: 6px;}
    .Header-search-wordsform input{width: 400px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.Header_tel{ display: none;}
    .Container-wrapper{margin-top: 60px;}
    
    .Header-wrapper:after{display: block;}
    .Header-oa {height: 60px;line-height: 60px;}
    .Header-container{height: 60px;}
    .Header-logo{height: 60px;}
    .Header-logo a {height: 60px;line-height: 60px;}
    .Header-logo a img{height: 42px; width: 270px;}
    .H-lang .Hlang-menu{line-height: 60px;}
    .Header-search-click{height: 60px;line-height: 60px;background: url("../images/public/search.png") no-repeat center;}
    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;background: #fff;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;overflow-y: auto !important;padding: 10px 0 20px;text-align: left;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;}
    .Header-Menu{width: 100%;height: 40px;line-height: 40px;padding: 0 4%;text-align: left;}
    .Header-search-message{height: 41px;top: 60px;}
    .Header-search-click{width: 36px;}
    .Header-search-close{display: none;}
    .Header-search-wordsform{height: 40px;line-height: 40px;float: initial;}
    .Header-search-submit{height: 100%;position: absolute;right: 0;top: 0;z-index: 2;width: 40px;background: #00659c url("../images/public/searchW.png") no-repeat center;}
    .Header-search-wordsform input{width: 100%;margin-right: 0;height: 40px;padding-right: 46px;box-sizing: border-box;border-bottom: none;}
    .Header-wrapper{box-shadow: none;}
    .Header-navbar ul li:hover .Header-Menu{color: #1a1a1a;}
    .Header-navbar ul li.ontrue .Header-Menu{color: #00659c;}
    .Header-Menu:after{display: none;}
    .Header-arr{position: absolute;display: block;width: 40px;height: 40px;top: 0;right: 0;z-index: 9;background: url("../images/public/iconArrH.png") no-repeat center center /14px auto;}
    .Header-arr.ontrue{transform: rotate(180deg);}
    .Header-sonMenu {position: relative;left: 0;top: 0;width: 100%;margin-left: 0;text-align: left;background: rgba(6, 25, 46, .6);}
    .Header-sonMenu a{width: 50%;padding: 0 4%;line-height: 36px;}
    .Header-sonMenu-link{padding: 10px 0 12px;}
    .Header-sonMenu:after{width: 100%;left: 0;}

    .Footer-wrapper {padding: 40px 0 36px;}
    .Footer-info{width: 100%;}
    .Footer-infolink a{width: 49%;margin: 0 0 2% 0;display: block;}
    .Footer-infolink a:nth-child(2n+1){float: left;}
    .Footer-infolink a:nth-child(2n){float: right;}
    .Footer-navbar {width: 100%;padding: 0;margin-top: 20px;margin-left: 0;}
    .Footer-navbar ul li{width: 100% !important;}
    .Footer-navwords{margin-top: 0;display: none;}
    .Footer-navclick i{display: block;}
    .Footer-inforel-wd p span{font-size: 20px;}
    .Footer-inforel {margin-top: 16px;}
    .Footer-inforel-ewm {margin-top: 24px;}
    .Footer-copyright {margin-top: 28px;}
    .Footer-copyright h6, .Footer-copyright p{width: 100%;}
    .Footer-copyright h6{padding-top: 0;}
    .Footer-copyright p{margin-top: 12px;padding-top: 12px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

